Skip to content

ILEX-91 Organization - new organization post integration#95

Merged
ddelpiano merged 6 commits intodevelfrom
feature/ILEX-91-B
Apr 24, 2025
Merged

ILEX-91 Organization - new organization post integration#95
ddelpiano merged 6 commits intodevelfrom
feature/ILEX-91-B

Conversation

@Aiga115
Copy link

@Aiga115 Aiga115 commented Apr 23, 2025

Issue #ILEX-91
Problem: Organization - new organization post integration
Solution:

  1. Connect getOrganizations and createOrganization to organizations page

Result:

Recording.2025-04-23.165250.mp4

@Aiga115 Aiga115 requested a review from ddelpiano April 23, 2025 14:53
setOpen(false);
};

const fetchOrganizations = async() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aiga115 this code is exactly the same we have in src/components/organizations/index.jsx, could you factor this out in a util module so that we can re-use the same code here and in the other file? If you need to you can pass the hooks as parameter, but at least we avoid to repeat code that needs to be maintained. Thanks

}
}

const createOrganization = async (event) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aiga115 same for this, thanks

@Aiga115 Aiga115 requested a review from ddelpiano April 24, 2025 10:19
Copy link
Member

@ddelpiano ddelpiano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aiga115 nice implementation, thanks :-)

@ddelpiano ddelpiano merged commit 9262d73 into devel Apr 24, 2025
1 check passed
@ddelpiano ddelpiano deleted the feature/ILEX-91-B branch May 20, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants